home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / qbbs / ld_123.zip / LHDOOR.DOC < prev    next >
Text File  |  1989-05-16  |  8KB  |  174 lines

  1.  
  2.                          -   L   H   D   o   o   r   -
  3.  
  4.  
  5.  
  6.                 LHArc Viewer and LZH-ZIP/PAK/ARC Conversion Door
  7.  
  8.  
  9.  
  10.                            V e r s i o n   1 . 2 3
  11.  
  12.  
  13.  
  14.              LHDoor -- LHARC to ZIP/PAK/ARC Archive Conversion Door
  15.              ------------------------------------------------------
  16.  
  17.  
  18.          LHDoor: What does it do?
  19.          ------------------------
  20.          LHDoor will allow users to view, arclist, and convert files
  21.          on-line from LHarc format to .ARC, .PAK, .ZIP or a self
  22.          extracting format.  This is generally to be frowned upon as it
  23.          wastes online time and disk space but can be convenient for
  24.          users who do not wish to keep several different archiving
  25.          utilities around or who are not familiar with the LZH format.
  26.          LHDoor does NOT delete your original LZH file, it merely
  27.          creates a second copy in the new format.
  28.  
  29.  
  30.          What do I do to run it?
  31.          -----------------------
  32.          LHdoor does not monitor carrier detect or redirect its output.
  33.          You will need to do something similar to this.
  34.  
  35.          CD\LHDOOR
  36.          COPY \BBS\DORINFO1.DEF
  37.          WATCHER C1          REM - Monitor carrier detect
  38.          LHDoor /Q <COM1 >COM1
  39.          WATCHER OFF
  40.  
  41.          LHDoor works with WatchKat, Gateway, Portal, and DoorWay
  42.          If you use these then you should have no problems with LHDoor.
  43.  
  44.          If you are running QUICKBBS then place a /Q on the command line.
  45.          If you are running RBBS-PC  then place a /R on the command line.
  46.  
  47.          Note for QuickBBS users: LHDoor will work as either a type 7
  48.          or type 15 drop.  It only requires DORINFO1.DEF, not EXITINFO.BBS.
  49.  
  50.          LHDOOR requires TWO files:
  51.             DORINFO1.DEF (either QuickBBS or RBBS format)
  52.             FLSEARCH.CTL (A QuickBBS file, RBBS bbs's will need to create it.)
  53.  
  54.          The format of FLSEARCH.CTL is:
  55.            DIR_PATH SECURITY DESCRIPTION
  56.              ...      ...       ...
  57.              ...      ...       ...
  58.              ...      ...       ...
  59.              ...      ...       ...
  60.              ...      ...       ...
  61.  
  62.            Dir_path is one of your download sub-directories (no trailing\)
  63.            Security is the minimum security level to access dir_path
  64.            Description is unused
  65.  
  66.  
  67.          Okay, now I have all these files laying around...
  68.          -------------------------------------------------
  69.          LHDoor (ZipDor, and  Backpak)   will  automatically  add  the
  70.          converted file's name   to   an  event  batch   file   called
  71.          KILLARCS.BAT.  This program  can  be called from your nightly
  72.          event batch file with the following form:
  73.          IF EXIST KILLARCS.BAT C:\COMMAND.COM /C KILLARCS.BAT
  74.          IF EXIST KILLARCS.BAT DEL KILLARCS.BAT
  75.  
  76.  
  77.          Files that LHDoor creates/uses:
  78.          -------------------------------
  79.          LHDOOR.EXE   -  The program itself.
  80.          LVIEW.EXE    -  A program to View LHARCs with a more comfortable
  81.                          viewing style
  82.          _$LDTMP      -  The temporary file it uses during
  83.                          the conversion process.
  84.          KILLARCS.BAT -  The common event file that LHDoor shares with
  85.                          LHDoor and Backpak  to  delete  the converted
  86.                          .ZIPs, .ARCs and .PAKs nightly.
  87.          FLSEARCH.CTL -  Your files path file.  LHDoor looks here
  88.                          for the paths to search for .LZH files.
  89.                          It also will look at the security level
  90.                          to determine whether the user has access
  91.                          to that directory.
  92.          DORINFO1.DEF -  Where LHDoor gets the current user's
  93.                          security.
  94.          MORE.COM     -  -NOT  INCLUDED-   LHDoor  uses  more  in  the
  95.                          internal file  display  function to pause for
  96.                          each screen page.
  97.  
  98.  
  99.          Warranty
  100.          --------
  101.          None.
  102.  
  103.          LHDoor has been tested and has not harmed a computer, but still
  104.          you have to realize that you are using it at your own risk.  In
  105.          NO WAY will the authors be responsible for any lost time,
  106.          files, monies, equipment, or anything else incurred by the use
  107.          or inability to use this program.
  108.  
  109.  
  110.          Modification History:
  111.          ---------------------
  112.          1.00  -- Original release.
  113.  
  114.          1.10  -- Added a few new features such as the  Old style view
  115.                   and the ability to read a text file within a LHARC.
  116.          1.11  -- Added the use of DOS's MORE.COM for display pausing.
  117.          1.12  -- Added the routine to strip user-supplied extensions
  118.                   off of  the  filenames  (made it a little more user-
  119.                   friendly).
  120.          1.13  -- Just a bug fix (two days after 1.12)  KILLARCS.BAT
  121.                   would try  to  delete   <filename>.EXE  rather  than
  122.                   <filename>.COM when  the  Self-extract  program  was
  123.                   made.
  124.          1.20  -- RBBS and QUICKBBS versions combined and /q /r parameters
  125.                   added.
  126.          1.21  -- Bug in path search for Root directories fixed.  Before
  127.                   if you had a root directory in your flsearch.ctl as
  128.                   ?:\ the directory would NOT have been searched.  Paths
  129.                   in FLSEARCH.CTL now accept a trailing backslash if one
  130.                   is present. Conversion routines re-written completely
  131.                   eliminating several bugs as well as a lot of elegant
  132.                   and unnecessary code.
  133.          1.22  -- Added the ability to disable screen pausing.
  134.          1.23  -- Added the File list option.
  135.  
  136.          Support Options:
  137.          -------------------------------------------------------------
  138.          You can send  a  netmail  message  to  either 1:387/609 or
  139.          1:387/301 and  will receive a response on hold.   The authors
  140.          are both students and cannot afford to send responses out at
  141.          their own expense.
  142.  
  143.          The latest version will always be available for FReq as the magic
  144.          name LHDOOR at these bbs's.  
  145.  
  146.          Support for other BBS software may be added on request if we are
  147.          given the format of the data files.  LHDoor doesn't do anything
  148.          devious however and should easy to run under a conversion routine.
  149.  
  150.           QuickBBS Support                 RBBS-PC Support
  151.           ----------------                 ---------------
  152.       The Programmer's Paradise          E X P A N S I O N S
  153.            (512)654-9134                    (512)692-0377
  154.              1:387/609                        1:387/301
  155.             Jon Hamlin                       Jan Maaskant
  156.  
  157.  
  158.          DISTRIBUTION
  159.          ------------
  160.          This program may be freely distributed.  If modifications
  161.          to this program are distributed they should be clearly and
  162.          prominantly marked in the documentation and display screens
  163.          as well as being forwarded to (either of) the authors.
  164.  
  165.          LICENCE AGREEMENT
  166.          -----------------
  167.          You may freely use and modify this program for your own
  168.          non-commercial use.  It is not to be sold.  It is not Public
  169.          Domain and no work based in whole or in part upon this program
  170.          or the concepts contained therein may be sold.  This includes
  171.          distribution for a consideration or disk fee greater then the
  172.          physical cost of the media containing the program.
  173.  
  174.